object frmMain: TfrmMain Left = 221 Top = 175 BorderStyle = bsToolWindow Caption = 'Modaka Quick Installer' ClientHeight = 171 ClientWidth = 336 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 14 object pnlBot: TPanel Left = 0 Top = 135 Width = 336 Height = 36 Align = alBottom Color = 15394531 TabOrder = 0 object btnInstall: TToolbarButton97 Left = 55 Top = 7 Width = 105 Height = 22 Caption = 'Install' Glyph.Data = { 42010000424D4201000000000000760000002800000011000000110000000100 040000000000CC00000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7777700000007777777777777777700000007777777774F77777700000007777 7777444F77777000000077777774444F777770000000700000444F44F7777000 000070FFF444F0744F777000000070F8884FF0774F777000000070FFFFFFF077 74F77000000070F88888F077774F7000000070FFFFFFF0777774F000000070F8 8777F07777774000000070FFFF00007777777000000070F88707077777777000 000070FFFF007777777770000000700000077777777770000000777777777777 777770000000} OnClick = btnInstallClick end object btnClose: TToolbarButton97 Left = 175 Top = 6 Width = 105 Height = 22 Caption = 'Close' Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 77777777777777777777777700000000007777770FFFFFFFF07777770FFFFFFF F077771F0F888888F077711F0F85BFB8F0777711F11BFBF8F077777151788888 F077777511FFFFFFF07775111F1FFF00007771570FF1FF0F077777770FFFFF00 7777777700000007777777777777777777777777777777777777} OnClick = btnCloseClick end end object pnlClt: TPanel Left = 0 Top = 0 Width = 336 Height = 135 Align = alClient Color = 15921906 TabOrder = 1 object Label1: TLabel Left = 8 Top = 8 Width = 205 Height = 14 Caption = 'Welcome to the dibs Trial Version 1.0' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 9 Top = 31 Width = 312 Height = 14 Caption = 'Please select the directory in which you would like to install d' + 'ibs:' WordWrap = True end object btnBrowse: TToolbarButton97 Left = 279 Top = 50 Width = 48 Height = 20 Caption = 'Browse' OnClick = btnBrowseClick end object edtDir: TEdit97 Left = 8 Top = 51 Width = 265 Height = 20 TabOrder = 0 Text = 'C:\Program Files\dibs\' end object chxProgs: TCheckBox Left = 8 Top = 81 Width = 183 Height = 17 Caption = 'Create dibs shortcut in Start Menu' Checked = True State = cbChecked TabOrder = 1 end object chxDesktop: TCheckBox Left = 8 Top = 105 Width = 221 Height = 17 Caption = 'Launch dibs when installation is complete' TabOrder = 2 end end object dirDlg: TBrowseDirectoryDlg Title = 'Modaka Quick Installer - dibs Trial' Options = [bfDirectoriesOnly] Caption = 'Please select the directory in which to install dibs:' ShowSelectionInStatus = False Left = 248 Top = 80 end end